Merged
Conversation
- Remove development branch from ci.yml and docker.yml triggers - Delete merge-gate.yml (blocked non-development PRs to main) - Delete release.yml (redundant with release-please which handles GitHub release creation and npm publish) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- vercel.json: always skip auto-deploys (exit 0) to avoid rate limiting - release-please.yml: add deploy-docs job that calls a Vercel Deploy Hook only when release-please creates a new release Requires VERCEL_DOCS_DEPLOY_HOOK secret in GitHub repo settings. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
RobertLD
added a commit
that referenced
this pull request
Mar 16, 2026
Vercel deploys automatically via the GitHub app integration. The deploy-docs job added in #389 was never needed and fails because no VERCEL_DOCS_DEPLOY_HOOK secret exists. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
RobertLD
added a commit
that referenced
this pull request
Mar 16, 2026
PR #389 set ignoreCommand to "exit 0" which skips ALL deploys. Replace with a git diff check so Vercel deploys only when docs/ content actually changes. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
RobertLD
added a commit
that referenced
this pull request
Mar 16, 2026
* fix: handle missing VERCEL_DOCS_DEPLOY_HOOK secret in release workflow The deploy-docs job fails with "URL rejected: Malformed input" when the secret is empty. Now checks if the env var is set before curling. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * fix: remove unnecessary deploy-docs job from release workflow Vercel deploys automatically via the GitHub app integration. The deploy-docs job added in #389 was never needed and fails because no VERCEL_DOCS_DEPLOY_HOOK secret exists. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * fix: restore Vercel auto-deploys for docs on content changes PR #389 set ignoreCommand to "exit 0" which skips ALL deploys. Replace with a git diff check so Vercel deploys only when docs/ content actually changes. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * fix: deploy docs only on release via Vercel ignore command Instead of a deploy hook secret, use Vercel's ignoreCommand to check if the latest commit is a release-please release commit. No secrets needed — the Vercel GitHub app handles deployment automatically. - Remove deploy-docs workflow job entirely - Set ignoreCommand to only build on "chore(main): release" commits Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.